home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 4
/
MacFormat n. 4 (Spain)
/
MacFormat 4.bin
/
Demos
/
DiscoverIndia Demo
/
GoDiscoverDemo
/
GoDiscoverDemo.dxr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-26
|
217 b
|
13 lines
on startMovie
initRearWindow(255)
end
on initRearWindow theColor
global rwObj
if objectp(rwObj) then
rwObj(mdispose)
end if
set rwObj to RearWindow(mnew, "M")
rwObj(mIndexColorToWindow, theColor)
end